From: Paul Eggert Date: Sat, 9 Apr 2011 22:34:58 +0000 (-0700) Subject: Mention potential integer overflow problems. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~4165^2~8 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=d30522979b6cede5cca30f9d9ea26cac3c62032a;p=emacs.git Mention potential integer overflow problems. --- diff --git a/src/ChangeLog b/src/ChangeLog index 97920eac13c..2839323f66a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,6 +1,7 @@ 2011-04-09 Paul Eggert - * charset.c (load_charset_map): <, not <=, for optimization. + * charset.c (load_charset_map): <, not <=, for optimization, + and to avoid potential problems with integer overflow. * chartab.c (sub_char_table_set_range, char_table_set_range): Likewise. * casetab.c (set_identity, shuffle): Likewise.